Quick Start Guide StarterWare 01.20.XX.XX (supports C6748)
From Texas Instruments Wiki
StarterWare is a free software development package that provides no-OS platform support for C6748. StarterWare includes Device Abstraction Layer (DAL) libraries and example applications that demonstrate the capabilities of the peripherals C6748.
This page provides information to help developers quickly get up and running with StarterWare. This includes links to download StarterWare and other useful software, as well as instructions to flash and boot to any of the StarterWare example applications.
Download Links
You can download the latest release of StarterWare for C6748 from the following URL:
The following software tools are used by StarterWare or some of its components:
- Code Composer Studio IDE (v5.0.3 or later)
- Cygwin
- .NET Framework or Mono
Flashing an Application
The StarterWare package includes pre-built binaries for all libraries and example applications. To flash one of the applications to your EVM and boot it, use the following procedure.
- Locate the application executable file (*.out). This file is located in the binary folder according to its target CPU, toolchain, device, platform, and build profile. For example, an executable for the "demo" application can be found at the following location:
- binary/c674x/cgt/c6748/evmC6748/demo/Release/demo.out
- Convert the application executable into a binary format suitable for boot. You can use the out2rprc utility located in the tools folder:
-
$> out2rprc.exe [application].out [application].bin
-
- Create an AIS file from the StarterWare bootloader utility
- The AISgen tool is also located in the tools folder
- Important: in the AISgen GUI, be sure to select "SPI0 Flash" boot mode
- Use the SFH utility (also located in the tools folder) to flash your bootloader AIS and application binary file to the EVM. The command line usage is as follows:
-
$> sfh_OMAP-L138.exe -flash -targetType C6748 [bootloader].ais [application].bin
-
- Set the EVM boot switches to SPI flash boot mode
- Power cycle the board
More Information
For more information, please continue on to the full Getting Started Guide.
 - Texas Instruments Wiki_files/TIBanner.png)
 - Texas Instruments Wiki_files/E2e.jpg)
 - Texas Instruments Wiki_files/96px-Hyperlink_blue.png)